Adwaita: notebook tab focus ring
authorJakub Steiner <jimmac@gmail.com>
Tue, 5 May 2020 11:57:33 +0000 (13:57 +0200)
committerJakub Steiner <jimmac@gmail.com>
Tue, 5 May 2020 11:57:33 +0000 (13:57 +0200)
- prelight the tab, not a label (visually)

gtk/theme/Adwaita/_common.scss

index bedff3f88ee89b7dd12b133ae0e734c8a59aa273..7cd37b67e6eb309ecd1f8194771f3c8c89f0153b 100644 (file)
@@ -1878,7 +1878,7 @@ popover.background {
  * Notebooks *
  *************/
 notebook {
-  @include focus-ring("> header > tabs > tab", $offset: -7px, $within: true);
+  @include focus-ring("> header > tabs > tab", $offset: -2px, $within: true);
 
   > header {
     padding: 1px;